home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000009_news@columbia.edu _Tue Jul 27 09:37:28 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA03266
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 27 Jul 1999 09:37:27 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA27806
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 27 Jul 1999 09:30:36 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Kermit and Linux
  11. Date: 27 Jul 1999 13:30:34 GMT
  12. Organization: Columbia University
  13. Message-ID: <7nkc9q$r4r$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <379d2221.6532747@news.neta.com>, vic <vicpylon@hotmail.com> wrote:
  17. : I have another question. If I dial into a remote computer, is there a
  18. : way for Kermit to execute a series of Linux batch files that are on
  19. : the local machine, but not on the remote machine? I am trying to
  20. : automate a series of tasks at my office that I must do every day at
  21. : the office. Any help or links would be greatly appreciated. 
  22. You mean, you have a connection from A to B, and you want B to execute some
  23. shell scripts that are on A?  The straightforward method would be (assuming
  24. you have used Kermit on A to make the connection to B):
  25.  
  26.  1. Start Kermit on B, put it in server mode.
  27.  2. Send the shell script files from A to B.
  28.  
  29. Then give "remote host" commands to Kermit A to tell it to tell the Kermit
  30. server on B to tell B's shell to execute each script.
  31.  
  32. - Frank